Loading
Scriptbox
 VBScript Links 
 About VBscript 
 JavaScript Links 
 About JavaScript 
 Powershell Links 
 PSCRIPT the Script Launcher 
 PowerShell Shortcut Keys 
 About Powershell 
     VBScript
    JavaScript
    Powershell
Disclaimer
Contact
Latest 10 Scripts
Script search
  :: { Category } :: 0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ
         

Search Options:  List  Desktop  Monitor  Properties  

 Content of List Desktop Monitor Properties.ps1
MD5 Hash: 924F275BE0FF5D774059CC847DFB7A79
$strComputer = "."

$colItems = get-wmiobject -class "Win32_DesktopMonitor" -namespace "root\CIMV2" `
-computername $strComputer

foreach ($objItem in $colItems) {
write-host "Availability: " $objItem.Availability
write-host "Bandwidth: " $objItem.Bandwidth
write-host "Caption: " $objItem.Caption
write-host "Configuration Manager Error Code: " $objItem.ConfigManagerErrorCode
write-host "Configuration Manager User Configuration: " $objItem.ConfigManagerUserConfig
write-host "Creation Class Name: " $objItem.CreationClassName
write-host "Description: " $objItem.Description
write-host "Device ID: " $objItem.DeviceID
write-host "Display Type: " $objItem.DisplayType
write-host "Error Cleared: " $objItem.ErrorCleared
write-host "Error Description: " $objItem.ErrorDescription
write-host "Installation Date: " $objItem.InstallDate
write-host "Is Locked: " $objItem.IsLocked
write-host "Last Error Code: " $objItem.LastErrorCode
write-host "Monitor Manufacturer: " $objItem.MonitorManufacturer
write-host "Monitor Type: " $objItem.MonitorType
write-host "Name: " $objItem.Name
write-host "Pixels Per X Logical Inch: " $objItem.PixelsPerXLogicalInch
write-host "Pixels Per Y Logical Inch: " $objItem.PixelsPerYLogicalInch
write-host "PNP Device ID: " $objItem.PNPDeviceID
write-host "Power Management Capabilities: " $objItem.PowerManagementCapabilities
write-host "Power Management Supported: " $objItem.PowerManagementSupported
write-host "Screen Height: " $objItem.ScreenHeight
write-host "Screen Width: " $objItem.ScreenWidth
write-host "Status: " $objItem.Status
write-host "Status Information: " $objItem.StatusInfo
write-host "System Creation Class Name: " $objItem.SystemCreationClassName
write-host "System Name: " $objItem.SystemName
write-host
}


   © 2008 - 2013 Boris Toll      :: Scripts available: 6.481 ::      :: scriptbox.toll.at ::      :: powered by www.toll.at ::
  Google Entries:n/a
  Yahoo Backlinks:n/a
  Live Backlinks:n/a
  del.icio.us Bookmarks:n/a
  Technorati Links:n/a